home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 February
/
PCWFEB06.iso
/
Software
/
Freeware
/
Registrar Lite 4.01
/
reglite.exe
/
{app}
/
rr.exe
/
0
/
RCDATA
/
TFRAMEKEYS
/
TFRAMEKEYS.txt
Wrap
Text File
|
2005-11-07
|
2KB
|
95 lines
object FrameKeys: TFrameKeys
Left = 0
Top = 0
Width = 443
Height = 270
Align = alClient
TabOrder = 0
object Panel1: TPanel
Left = 0
Top = 245
Width = 443
Height = 25
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object ButtonFrameKeysAdd: TButton
Left = 4
Top = 2
Width = 81
Height = 20
Caption = '&Add..'
TabOrder = 0
OnClick = ButtonFrameKeysAddClick
end
object ButtonFrameKeysRemove: TButton
Left = 88
Top = 2
Width = 81
Height = 20
Caption = '&Remove'
Enabled = False
TabOrder = 1
OnClick = ButtonFrameKeysRemoveClick
end
object ButtonFrameKeysAddFile: TButton
Left = 172
Top = 2
Width = 81
Height = 20
Caption = 'Add &File'
Enabled = False
TabOrder = 2
Visible = False
OnClick = ButtonFrameKeysRemoveClick
end
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 443
Height = 245
Align = alClient
BevelOuter = bvNone
BorderWidth = 2
Caption = 'Panel2'
TabOrder = 1
object ListViewFrameKeys: TListView
Left = 2
Top = 2
Width = 439
Height = 241
Align = alClient
Columns = <
item
Caption = 'set'
Width = 40
end
item
Caption = 'machine / file'
Width = 80
end
item
Caption = 'registry key'
Width = 300
end
item
end>
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
GridLines = True
HideSelection = False
ReadOnly = True
RowSelect = True
ParentFont = False
SmallImages = MainForm.listSmall
TabOrder = 0
ViewStyle = vsReport
OnChange = ListViewFrameKeysChange
end
end
end